Skip to content

gh-124552 : Improve the accuracy of possible breakpoint check in bdb#124553

Merged
gaogaotiantian merged 6 commits intopython:mainfrom
gaogaotiantian:pdb-breakpoint-check
Oct 5, 2024
Merged

gh-124552 : Improve the accuracy of possible breakpoint check in bdb#124553
gaogaotiantian merged 6 commits intopython:mainfrom
gaogaotiantian:pdb-breakpoint-check

Conversation

@gaogaotiantian
Copy link
Member

@gaogaotiantian gaogaotiantian commented Sep 25, 2024

Now we check whether the line number is in the code object with co_lines() so we can have an accurate answer.

A bug needs to be fixed for generators. This is not caused by the new feature, but exposed. I put those together because the changes are very small. I can separate those if that's desired.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants